-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discover] Update async search response type #8781
Conversation
Signed-off-by: Shenoy Pratik <[email protected]>
src/plugins/query_enhancements/server/search/ppl_async_search_strategy.ts
Outdated
Show resolved
Hide resolved
src/plugins/query_enhancements/server/search/ppl_async_search_strategy.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing blocking
Signed-off-by: Shenoy Pratik <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8781 +/- ##
=======================================
Coverage 60.75% 60.75%
=======================================
Files 3798 3798
Lines 90690 90690
Branches 14277 14277
=======================================
Hits 55101 55101
Misses 32090 32090
Partials 3499 3499
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* update async search reponse type Signed-off-by: Shenoy Pratik <[email protected]> * Changeset file for PR #8781 created/updated * remove explicit type declaration Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit affd265) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* update async search reponse type Signed-off-by: Shenoy Pratik <[email protected]> * Changeset file for PR opensearch-project#8781 created/updated * remove explicit type declaration Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* update async search reponse type * Changeset file for PR #8781 created/updated * remove explicit type declaration --------- (cherry picked from commit affd265) Signed-off-by: Shenoy Pratik <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Update async search response type
Issues Resolved
This is a fast followup PR for #8777 based on the comment #8777 (comment). Adds a type check on response of jobs API in async search strategies.
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration